home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 5
/
Gold Medal Software - Volume 5 (Gold Medal) (1995).iso
/
windows
/
win31
/
cenviw.arj
/
HELLO.CMM
< prev
next >
Wrap
Text File
|
1994-03-04
|
351b
|
10 lines
//****************************************
//*** Hello.cmm - My first Cmm program ***
//*** ver.1 ***
//****************************************
Count = 1; /* Count is how many Cmm programs I've written */
printf("Hello world. This is my %dst Cmm program.\n",Count);
printf("Press any key to quit...");
getch();